home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TCOMMANDSFRAME / TCOMMANDSFRAME.txt < prev   
Text File  |  2008-11-03  |  3KB  |  166 lines

  1. inherited CommandsFrame: TCommandsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Customizing_Commands'
  4.   Caption = 'Commands'
  5.   object LongDescLbl: TUiLabel [0]
  6.     Left = 8
  7.     Top = 184
  8.     Width = 409
  9.     Height = 41
  10.     AutoSize = False
  11.     Caption = '%'
  12.     WordWrap = True
  13.   end
  14.   object ErrorImage: TUiImage [1]
  15.     Left = 8
  16.     Top = 336
  17.     Width = 16
  18.     Height = 16
  19.     Transparent = True
  20.     ImageIndex = imgWarning
  21.     Images = BcImages.MainImages
  22.   end
  23.   object ErrorLbl: TUiLabel [2]
  24.     Left = 32
  25.     Top = 336
  26.     Height = 13
  27.     Caption = '%'
  28.   end
  29.   object ShortCutLbl: TUiLabel [3]
  30.     Left = 8
  31.     Top = 288
  32.     Height = 13
  33.     Caption = '&Shortcut:'
  34.     FocusControl = ShortCutEdit
  35.   end
  36.   object SearchImage: TUiImage [4]
  37.     Left = 308
  38.     Top = 10
  39.     Width = 16
  40.     Height = 16
  41.     Picture.Data = {<image000.bmp>}
  42.     Transparent = True
  43.     OnClick = SearchImageClick
  44.   end
  45.   object FilterPresetLbl: TUiLabel [5]
  46.     Left = 8
  47.     Top = 368
  48.     Height = 13
  49.     Caption = 'Display filter presets:'
  50.     FocusControl = FilterPresetEdit
  51.   end
  52.   inherited DefaultBtn: TUiButton
  53.     TabOrder = 10
  54.     Visible = False
  55.   end
  56.   object SearchEdit: TUiEdit
  57.     Left = 328
  58.     Top = 8
  59.     Width = 89
  60.     Height = 21
  61.     TabOrder = 0
  62.     OnChange = CommandsTableChanged
  63.   end
  64.   object CommandsTable: TUiListTable
  65.     Left = 8
  66.     Top = 40
  67.     Width = 409
  68.     Height = 137
  69.     HeaderAllowClicks = True
  70.     HeaderAllowResizes = True
  71.     HeaderCols.Items = (
  72.       '165'
  73.       '45'
  74.       '75'
  75.       '111')
  76.     HeaderCols.WideStrings = (
  77.       'Name'
  78.       'Menu'
  79.       'Toolbar'
  80.       'Shortcut')
  81.     HeaderHeight = 17
  82.     Images = BcImages.MainImages
  83.     TabOrder = 1
  84.     VertLines = True
  85.     OnClick = CommandsTableClick
  86.     OnCompareItems = CommandsTableCompareItems
  87.     OnGetDisplayUtf8Text = CommandsTableGetDisplayUtf8Text
  88.     OnGetImageIndex = CommandsTableGetImageIndex
  89.   end
  90.   object ShowInMenuEdit: TUiCheckBox
  91.     Left = 8
  92.     Top = 224
  93.     Height = 17
  94.     Caption = 'Show command in menu'
  95.     TabOrder = 2
  96.     OnClick = ShowClick
  97.   end
  98.   object ShowOnToolbarEdit: TUiCheckBox
  99.     Left = 8
  100.     Top = 244
  101.     Height = 17
  102.     Caption = 'Show command on toolbar'
  103.     TabOrder = 3
  104.     OnClick = ShowClick
  105.   end
  106.   object ShortCutEdit: TUiShortCutEdit
  107.     Left = 8
  108.     Top = 304
  109.     Width = 129
  110.     Height = 21
  111.     TabOrder = 4
  112.     OnChange = ShortCutChanged
  113.     OnKeyDown = ShortCutEditKeyDown
  114.   end
  115.   object ShortCutRemoveBtn: TUiButton
  116.     Left = 144
  117.     Top = 304
  118.     Caption = 'Remove'
  119.     TabOrder = 5
  120.     OnClick = ShortCutChanged
  121.     AutoSize = asLeft
  122.   end
  123.   object ShortCutDefaultBtn: TUiButton
  124.     Left = 224
  125.     Top = 304
  126.     Caption = 'Default'
  127.     TabOrder = 6
  128.     OnClick = ShortCutChanged
  129.     AutoSize = asLeft
  130.   end
  131.   object ErrorAssignBtn: TUiButton
  132.     Left = 144
  133.     Top = 304
  134.     Caption = 'Reassign'
  135.     TabOrder = 7
  136.     OnClick = ErrorAssignClick
  137.     AutoSize = asLeft
  138.   end
  139.   object FilterPresetEdit: TUiComboBox
  140.     Left = 112
  141.     Top = 368
  142.     Width = 145
  143.     Height = 21
  144.     Style = csDropDownList
  145.     ItemHeight = 13
  146.     TabOrder = 8
  147.     OnChange = FilterPresetEditChange
  148.   end
  149.   object ToolbarPosLockedEdit: TUiCheckBox
  150.     Left = 8
  151.     Top = 400
  152.     Height = 17
  153.     Caption = 'Lock toolbar positions'
  154.     TabOrder = 9
  155.     OnClick = SomethingChangedClick
  156.   end
  157.   object ShowOnDropDownEdit: TUiCheckBox
  158.     Left = 24
  159.     Top = 264
  160.     Height = 17
  161.     Caption = 'Show command on dropdown'
  162.     TabOrder = 11
  163.     OnClick = ShowClick
  164.   end
  165. end
  166.